home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Customer Service</title>
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <meta http-equiv="MSThemeCompatible" content="yes">
- <link href="ccc.css" type="text/css" rel="STYLESHEET">
- <script src="ccc.js"></script>
- <script language="javascript">
- <!--
- var aData = new Array(
- "North America;800-772-6735",
- "U.K.;0800 376 9271",
- "Europe- if country is not listed separately;+44 (0) 1628 581601",
- "Argentina;0800-666-1451",
- "Austria;0800 677 027",
- "Australia;1-800-658-850",
- "Belgium (Dutch);0800 49 861",
- "Belgium (French);0800 49 860",
- "Brazil;0800-891-8997",
- "Czech Republic and Slovakia;420 224 239 645",
- "China;1-0800-610-2323",
- "Colombia;01-800-518-0154",
- "Denmark;80 882 219",
- "Finland;0-800-1-16331",
- "France;0805 639 920",
- "Germany;0800 101 6079",
- "Hong Kong;800-964-514",
- "Hungary;361 481 2160",
- "Indonesia;001-803-61-539",
- "Ireland;1800 992 911",
- "Israel;44 1628 581601",
- "Italy;800 986 250",
- "Japan;(03) 5977-3793",
- "Luxembourg;44 1628 581601",
- "Malaysia;1-800-80-7895",
- "Mexico;001800-514-9196",
- "Netherlands;0800 020 3700",
- "New Zealand;0508-COREL-1",
- "Norway;800 10972",
- "Poland;48 71 347 7279",
- "Portugal;44 1628 581601",
- "Singapore;800-6161-853",
- "South Africa;0800 992 570",
- "South Korea;82 2 392 4198",
- "Spain;800 098 125",
- "Sweden;0200 885 065",
- "Switzerland (German);0800 000 787",
- "Switzerland (French);0800 000 786",
- "Taiwan;0-0801-61-1411"
- );
-
- function FillData()
- {
- for (i = 0; i < aData.length; i++)
- {
- var oOption;
- var ssData = aData[i].split(";");
-
- oOption = document.createElement("OPTION");
- cmbRegion.options.add(oOption);
-
- oOption.innerText = ssData[0];
- oOption.value = i;
- }
-
- cmbRegion.selectedIndex = 0;
- showCustomerServiceInfo();
- cmbRegion.setActive();
- }
-
- function showCustomerServiceInfo()
- {
- if (cmbRegion.selectedIndex >= 0)
- {
- var ssData = aData[cmbRegion.selectedIndex].split(";");
-
- dataLabel.innerText = ssData[0];
- dataPhone.innerText = ssData[1];
- }
- }
-
- function doInit()
- {
- var strInvokedFrom = getParamVal("invokedfrom");
- if ( strInvokedFrom != 2 )
- {
- location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle';
- }
- location='pcucmd://FrameDataLoaded';
-
- FillData();
- }
- -->
- </script>
- </head>
- <body onload="doInit()">
- <div id="ButtonBar" style="display:none">
- <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
- <tr>
- <td>
- <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions">
- <option selected="true" value="7">Remind me in 1 week</option>
- <option value="14">Remind me in 2 weeks</option>
- <option value="30">Remind me in a month</option>
- <option value="-1">Never</option>
- </select>
- </td>
- <td style="width:50" align="right">
- <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>L</u>aunch the program</button>
- <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose">C<u>l</u>ose</button>
- </td>
- </tr>
- </table>
- </div>
- <div id="pcu_data" style="DISPLAY: none">
- PageDimension:630,440
- </div>
- <table align="center" height="100%">
- <tr>
- <td>
- <br />
- <br />
- <label accesskey="S" for="cmbRegion"><u>S</u>elect your region:</label>
- <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
- </select>
- <br />
- <br />
- <br />
- <table width="550" border="0">
- <tr>
- <td width="250">Region</td>
- <td width="125">Phone Number</td>
- <td width="150"> </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td>
- <table width="550" bordercolor="gray" border="1">
- <tr height="20">
- <td id="dataLabel" style="WIDTH: 40%">
- </td>
- <td id="dataPhone" style="WIDTH: 50%">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height="100%" valign="top">
- <td height="100%">
- <p><br />
- </p>
- <p><font size="-1">For a complete list of Corel Customer Service phone numbers, please
- visit <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a>
- <br />
- </font>
- <br />
- </p>
- </td>
- </tr>
- </table>
- </body>
- </html>
-